home *** CD-ROM | disk | FTP | other *** search
/ PC PowerPlay 9 / PCPP #9.iso / GAMES / REDALERT / RA_DOS.BAT next >
Encoding:
DOS Batch File  |  1996-11-23  |  145 b   |  10 lines

  1. @echo off
  2. cd\games\redalert\demo
  3. if "%1" == "sb" goto soundblaster
  4. dpreview >nul
  5. goto stop
  6. :soundblaster
  7. dpreview -ac >nul
  8. :stop
  9. cd ..
  10.